:root {
  --page-bg: #ffe2bb;
  --purple: #5958a6;
  --purple-soft: #7d7fc1;
  --yellow: #F7C33C;
  --blue:#5EBDDB;
  --tab-muted: #d6c9b7;
  --card-text: #5d6266;
  --annual: #4D5150;
  --red: #F77474;
  --red-dark: #C63E3E;
  --monthly: #4D5150;
}

* {
  box-sizing: border-box;
}


#home-tab-content * {
  font-family:'Inter',sans-serif
}

#packages {
  position: absolute;
  top: 0;
}

.signup-title {
  margin: 74px 0 20px;
  color: var(--purple);
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

body > div[style*="text-align:center"]:first-of-type {
  color: var(--purple-soft);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.05;
}

body > div[style*="text-align:center"]:first-of-type font {
  color: inherit;
}

body > div[style*="text-align:center"]:nth-of-type(2) {
  display: none;
}

#_ptod_3034916>table.ives_tab_kosong,
#_ptod_3034916 .ives_tab_kosong thead,#_ptod_3034916>table.ives_tab_kosong>thead>tr,#_ptod_3034916>table.ives_tab_kosong>thead>tr>th {
  display: block;
  width: 100%;
} 
#_ptod_3034916>table.ives_tab_kosong>tbody {
  display: block;
  width: 100%;
}

#_ptod_3034916 .ives_tab_kosong tbody tr#home-tab-content,#_ptod_3034916 .ives_tab_kosong tbody tr#school-tab-content {display:none;}
#_ptod_3034916 .ives_tab_kosong tbody tr#home-tab-content.active,#_ptod_3034916 .ives_tab_kosong tbody tr#school-tab-content.active {display:block; width:100%;}

#_ptod_3034916 .ives_tab_kosong {
  margin: 0;
  border-collapse: collapse;
}

#_ptod_3034916 .ives_tab_kosong thead {
  margin-top: 54px;
  display:block;
}

#_ptod_3034916 .ives_tab_kosong th {
  padding: 0;
  text-align: center;
}

#_ptod_3034916 .ives_tab_kosong thead span {
  min-width: 250px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px;
  padding: 11px 34px 13px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  background: var(--tab-muted);
  border-radius: 999px;
}

#_ptod_3034916 .ives_tab_kosong thead span.active,
#home-tab {
  background: var(--yellow);
  box-shadow: 0 8px 14px rgba(197, 139, 30, 0.18);
}

#home-tab-content > td {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 74px;
  padding: 52px 56px 80px;
}

.plan-box {
  order: 3;
    width: 46%;
    max-width: 420px;
    min-height: 376px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px;
    padding: 57px 20px 35px 20px;
    text-align: center;
    vertical-align: top;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 20px 34px rgb(0 0 0 / 18%);
}

#annual {
  order: 2;
}

#monthly {
  order: 3;
}



#sixmonth,
#free_trial_icon,
.plan-box-discounted,
.plan-box-orig {
  display: none !important;
}

.discounted .plan-box-discounted {display:block!important; padding-top: 25px;}

.discounted .plan-box-price .plan-monthly-price {display:none!important;}
.discounted .plan-box-price .plan-price::before,.discounted .plan-box-price .plan-price::after {display:none!important;}
.discounted#annual .plan-box-price .dollar-sign, .discounted#annual .plan-box-price .plan-price {font-size:45px!important;}
.discounted .plan-box-price .dollar-sign, .discounted .plan-box-price .plan-price {display:inline;}

.plan-box.popular::before {
    content: "Best Value";
    position: absolute;
    top: 0;
    left: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    background: var(--red);
    border-radius: 999px;
    /* clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%); */
    z-index: 2;
    transform: translate(-50%, -50%);
    padding: 12px 20px;
    text-align: center;
    box-sizing: border-box;
    width: 184px;
}

/* .plan-box.popular::after {
    content: "";
    width: 17px;
    height: 20px;
    position: absolute;
    top: 46px;
    left: -16px;
    background: var(--red-dark);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
} */

.plan-box-header {
  margin: 0 0 22px;
  color: var(--monthly);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

#annual .plan-box-header {
  color: transparent;
  font-size: 0;
}
.plan-box-price span.plan-price-currency,.plan-box-discounted span.plan-price-currency {font-size:16px!important; font-weight:600; margin-left:5px; position:static; margin-right:2px;}
.plan-box-price span.plan-price-currency::before {display: none!important;}
.plan-box-header::before {
  content: "";
  font-size:24px;
  letter-spacing: 0;
}

#annual .plan-box-header::before {
  content: "Annual";
  color: var(--annual);
}

#annual .plan-box-price {display:block;}
#annual .plan-box-price .plan-price {font-size: 16px!important;}
#annual .plan-box-price .plan-price::before,#annual .plan-box-discounted .plan-price::before {
  content: "Billed as";
  display: inline;
  margin-top: 8px;
  font-size: 16px!important;
  font-weight: 500;
  letter-spacing: 0;
}
#annual .plan-box-price .plan-price::after,#annual .plan-box-discounted .plan-price::after {
  content: "/year";
  display: inline;
  margin-top: 8px;
  font-size: 16px!important;
  font-weight: 500;
  letter-spacing: 0;
} 

#monthly .plan-box-header,
#monthly.discounted .plan-box-header {
  margin-bottom: 22px;
  color: transparent;
  font-size: 0;
}

#monthly .plan-box-price .plan-price {
  font-size:0!important;
  display:block;
}



#monthly .plan-box-price .plan-price::before {
  content:"Billed Monthly";
  display:inline-block;
  font-size:16px!important;
  font-weight:500;
}

#monthly .plan-box-header::before {
  content: "Monthly";
  color: var(--monthly);
}

.plan-box-price,.plan-box-discounted {
  min-width: 0;
  width:100%;
  max-width:400px;
  position: relative;
  margin: 0;
  padding: 0 20px;
  color: var(--blue);
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  padding-top:10px;
}

.plan-box-price .dollar-sign,
.plan-box-price .plan-price,
.plan-box-discounted .dollar-sign,
.plan-box-discounted .plan-price {
  position: static;
  display: block;
  margin: 0;
  padding: 0;
  transform: none;
  opacity: 1;
  color: inherit;
  font: inherit;
}

.plan-box-price .plan-price {color:var(--annual);}
.plan-box-discounted .plan-price {display:block;color:var(--annual); }

.plan-box-discounted .dollar-sign,
.plan-box-discounted .plan-price-currency,.plan-box-discounted .plan-price span {
  display:inline;
}
.plan-box-discounted .plan-price span {position:static; transform:none;top:initial; left:initial; right:initial;}
.plan-box-discounted .plan-price, .plan-box-discounted .plan-price * {font-size:16px!important; font-weight:500;}

.plan-box-price .dollar-sign,.plan-box-discounted .dollar-sign {
    font-size: 26px;
    font-weight: 500;
    position: absolute;
    left: 65px !important;
    top: -25px;
    padding:0 20px 0 10px;
    transform: translateX(-50%);
}
.plan-box-discounted .dollar-sign {top:-8px;}
.plan-box-price .plan-price, .plan-box-discounted .plan-price { font-weight:500; font-size:20px; line-height:70px;}

.plan-monthly-price::after {
    content: "/month";
    margin-left: 0;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
}

.plan-box-billing {
  margin: 25px 0 33px;
  color: var(--card-text);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
}

.plan-box-select {
  width: 100%;
  transform: none;
}

.plan-box-select a,
.plan-box-select a:visited,
.plan-box.popular .plan-box-select a,
.plan-box.popular .plan-box-select a:visited {
    width: 185px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    color: var(--yellow);
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    background: #fff;
    border: 2px solid var(--yellow);
    border-radius: 999px;
    box-shadow: none;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.plan-box-select a:hover,
.plan-box.popular .plan-box-select a:hover {
  color: #fff;
  background-color:var(--yellow);
  filter: brightness(1.04);
  transform: translateY(-2px);
}

#home-tab-content > td > p {
  order: 4;
  width: 100%;
  margin: 62px 0 0;
  color: var(--card-text);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

#home-tab-content > td > p br,
#home-tab-content > td > p > font > br,
#home-tab-content > td > p > font > font {
  display: none;
}

#cancel_sub_msg {
  display: none;
}

.cancel-only-msg {
  color: inherit;
  font-size: inherit;
}

#currency_converted_msg {
  display: none !important;
}

#_ptod_3034916 form #signup_form {
  background-color: #fff;
  padding: 2em;
  border-radius: 10px;
  box-shadow: 2px 0 10px #ccc;
}

#_ptod_3034916 form table {
  width: 100%;
}

#_ptod_3034916 form table td {
  font-family: "Baloo 2", Arial, sans-serif;
}

#_ptod_3034916 form span.required_field {
  color: #f92232;
  padding-right: 5px;
}

#_ptod_3034916 input[type="text"] {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: "Baloo 2", Arial, sans-serif;
  font-size: 16px;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
}

#_ptod_3034916 input:hover {
  border-color: var(--yellow);
}

#_ptod_3034916 input[type="button"],
#_ptod_3034916 button#btn-signup-school,
#_ptod_3034916 button#btn-signup-enterprise {
  width: 150px;
  display: inline-block;
  float: right;
  margin-top: 1em;
  padding: 10px 1em;
  color: #fff;
  font-family: "Baloo 2", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: var(--purple);
  border: none;
  border-radius: 5px;
  box-shadow: 2px 0 10px #ccc;
  cursor: pointer;
}

#_ptod_3034916 > table > tbody {
  position: relative;
}

#_ptod_3034916 > table > tbody > tr {
  display: none;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}

#_ptod_3034916 > table > tbody > tr.active {
  display: block;
  height: auto;
  opacity: 1;
  visibility: visible;
}

.promocode-form form #promo-input input[type='text'] {
    display: inline;
    padding: 0px 15px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #56549e;
    width: 180px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0px;
    box-sizing: border-box;
    height: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.discounted .plan-box-header {    padding-top: 75px;
    margin-bottom: 10px;}
.discounted .plan-box-price {
    color: #5B5E60;
    opacity: 0.6;
    scale: 0.4;
    font-size: 54px;
    padding-top: 22px;
    margin-bottom:10px;
}

.discounted .plan-box-price::after {
    content: ' ';
    position: absolute;
    top: calc(50% + 10px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 3px;
    background: #5B5E60;
    opacity: 1;
    animation-name: strike;
    animation-duration: 0.75s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

/* Responsive overrides only.
   Load this file after pricing.css. */
/* Responsive overrides only.
   Load this file after pricing.css. */

@media (max-width: 1200px) {
 /*  .signup-title {
    margin-top: 52px;
    font-size: 48px;
  }

  body > div[style*="text-align:center"]:first-of-type {
    padding: 0 24px;
    font-size: 28px;
  }

  #_ptod_3034916 .ives_tab_kosong thead {
    margin-top: 42px;
  }

  #_ptod_3034916 .ives_tab_kosong thead span {
    min-width: 250px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 30px;
  }

  #home-tab-content > td {
    gap: 0 74px;
    padding: 50px 36px 64px;
  }

  .promocode-form {
    margin-bottom: 58px;
  }

  .promocode-form form {
    gap: 8px;
  }

  .promocode-form label {
    font-size: 18px;
    font-weight: 500;
  }

  .promocode-form form #promo-input input[type="text"] {
    width: 180px;
    height: 40px;
    border: 1px solid #d4d4d4;
  }

  .promocode-form form #promo-input input[type="button"]#dd-promocode-apply-btn,
  .promocode-form form #promo-input::after {
    width: 40px;
    height: 40px;
  }

  .promocode-form form #promo-input::after {
    margin-left: -40px;
    font-size: 42px;
  }

  .plan-box {
    max-width: 470px;
    min-height: 376px;
    padding: 54px 40px 46px;
    border-radius: 30px;
    box-shadow: 0 20px 34px rgba(0, 0, 0, 0.1);
  }

  .plan-box.popular::before {
    top: -8px;
    left: -16px;
    width: 178px;
    height: 55px;
    padding-left: 22px;
    font-size: 20px;
  }

  .plan-box.popular::after {
    top: 47px;
    left: -16px;
  }

  #annual .plan-box-header::before,
  #monthly .plan-box-header::before {
    /* font-size: 28px; */
  /* } */

  .plan-box-header,
  #monthly .plan-box-header,
  #monthly.discounted .plan-box-header {
    margin-bottom: 28px;
  }

  .plan-box-price,
  #annual .plan-box-price .plan-price::before {
    /* font-size: 62px; */
  }

  .plan-box-price .dollar-sign::before {
    /* font-size: 34px; */
    vertical-align: 17px;
  }

  .plan-box-price::after {
    /* font-size: 25px; */
  }

  .plan-box-billing {
    margin: 52px 0 30px;
    /* font-size: 17px; */
  }

  .plan-box-select a,
  .plan-box-select a:visited,
  .plan-box.popular .plan-box-select a,
  .plan-box.popular .plan-box-select a:visited {
    max-width: 186px;
    min-height: 46px;
    padding: 10px 24px;
    /* font-size: 24px; */
  }

  #home-tab-content > td > p {
    margin-top: 46px;
    /* font-size: 18px; */
  }
  .plan-box-price .dollar-sign, .plan-box-discounted .dollar-sign {left:10px!important;}
} 

@media (max-width: 980px) {
  .signup-title {
    margin-top: 42px;
    /* font-size: 42px; */
  }

  body > div[style*="text-align:center"]:first-of-type {
    /* font-size: 24px; */
  }

  #_ptod_3034916 .ives_tab_kosong thead span {
    min-width: 210px;
    margin: 0 8px;
    /* font-size: 28px; */
  }

  #home-tab-content > td {
    flex-direction: column;
    align-items: center;
    gap: 34px;
    padding: 42px 22px 56px;
  }

  .promocode-form {
    margin-bottom: 10px;
  }

  .plan-box {
    width: min(100%, 540px);
    max-width: 540px;
  }
}

@media (max-width: 850px) {
  .plan-box>DIV {display:block;}
  .plan-box-price .dollar-sign, .plan-box-discounted .dollar-sign {
    
          position: absolute;
        left: 10px !important;
        transform: translate(-50%, -50%);
        display: inline-block;
        margin-right: 5px;
        transform: translateY(-50%) !important;}

        .discounted.plan-box>DIV {display:block!important;}
        .discounted .plan-box-price {width:100%; padding-top:0;}
        .discounted .plan-box-price::after {top:50%;}
        .discounted .plan-box-header {padding-top:20px;}
        .plan-box-discounted .plan-price span:before, .plan-box-price .plan-price span::before {display:none;}
        .plan-box {
          width: 400px;
          max-width: 540px;
          margin: 20px;
    }
}

@media (max-width: 640px) {
  .signup-title {
    margin-top: 34px;
    /* font-size: 30px; */
  }

  body > div[style*="text-align:center"]:first-of-type {
    /* font-size: 17px; */
    line-height: 1.15;
  }

  #_ptod_3034916 .ives_tab_kosong thead {
    margin-top: 30px;
  }

  #_ptod_3034916 .ives_tab_kosong thead span {
    min-width: 132px;
    margin: 0 4px;
    padding: 8px 18px 10px;
    /* font-size: 20px; */
  }

  .promocode-form form {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
  }

  .promocode-form label {
    width: 100%;
    /* font-size: 16px; */
  }

  .promocode-form form #promo-input input[type="text"] {
    width: min(68vw, 260px);
  }

  .plan-box {
    width: min(100%, 430px);
    min-height: 0;
    padding: 58px 24px 38px;
    border-radius: 24px;
  }

  .plan-box.popular::before {
    width: 164px;
    font-size: 18px;
  }

  .plan-box.popular::after {
    top: 42px;
  }

  #annual .plan-box-header::before,
  #monthly .plan-box-header::before {
    /* font-size: 24px; */
  }

  .plan-box-price,
  #annual .plan-box-price .plan-price::before {
    /* font-size: 44px; */
  }

  .plan-box { width:calc(100% - 40px)!important; }

  .plan-box-price .dollar-sign::before {
    /* font-size: 24px; */
    vertical-align: 11px;
  }

  .plan-box-price::after {
    display: block;
    margin: 6px 0 0;
    /* font-size: 20px; */
  }

  .plan-box-billing {
    margin: 26px 0 24px;
    /* font-size: 15px; */
  }

  .plan-box-select a,
  .plan-box-select a:visited,
  .plan-box.popular .plan-box-select a,
  .plan-box.popular .plan-box-select a:visited {
    max-width: 190px;
    min-height: 48px;
    /* font-size: 22px; */
  }

  #home-tab-content > td > p {
    margin-top: 22px;
    padding: 0 12px;
    /* font-size: 15px; */
  }

  #annual .plan-monthly-price,  #monthly .plan-monthly-price {font-size:50px;}
  .plan-box-price .dollar-sign, .plan-box-discounted .dollar-sign {top:20px; left:0!important;}
  .plan-box-price .dollar-sign {font-size:24px; }

  .discounted .plan-box-header {padding-top:0;}
  .discounted .plan-box-price .dollar-sign {padding-right:0;}
  .discounted .plan-box-price {padding:0;}
  .discounted .plan-box-price::after {width:260px!important; top:50%;}

  .plan-box.popular {padding-top:58px;}
}

@media (max-width: 450px) {
  #_ptod_3034916 .ives_tab_kosong thead span {
    min-width: 118px;
    /* font-size: 18px; */
  }

  .plan-box-price,
  #annual .plan-box-price .plan-price::before {
    /* font-size: 40px; */
  }

  .plan-box-price .dollar-sign {
   font-size: 18px; 
  }

  .plan-box-price::after {
    /* font-size: 18px; */
  }
}
